.p-image-wrapper .p-thumbnails-wrapper .p-thumbnails>div>div {
    display: flex !important;
    gap: 5px;
}

.p-info-wrapper .p-details-bottom {
    display: none;
}

.p-info-wrapper .link-icons {
    display: none;
}

.shp-tabs-holder {
    border: 0 !important;
}

#p-detail-tabs {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 12px !important;
    border: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    background: #F6F6F6 !important;
}

li.shp-tab.active {
    padding: 0 10px !important;
    background: white !important;
    border: 2px solid white !important;
}


#cboxTitle, .form-control, select {
    background-color: rgba(0,0,0,0.1) !important;
    border-radius: 15px !important;
}

.advanced-parameter {
    height: 72px !important;
    width: 72px !important;
}

.advanced-parameter-inner {
    height: 72px !important;
    width: 72px !important;
    border: 2px solid #777777;
}

.advanced-parameter-inner.yes-before {
    box-shadow: 0 0 5px rgb(41 41 41 / 50%);
    border: 2px solid #c8c8c8;
    border-color: #009c00;
}

label.advanced-parameter {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

label.advanced-parameter:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .advanced-parameter {
        height: 88px !important;
        width: 88px !important;
    }

    .advanced-parameter-inner {
        height: 88px !important;
        width: 88px !important;
    }

    .shp-tab[data-testid="tabRelatedProducts"] {
        display: none !important;
    }
    
    body.in-svicky li.shp-tab.active {
        padding: 0 4px !important;
    }
}

span.star-on:before {
    content: "\2B50" !important;
}

.stars a.star-off:before, .stars span.star-off:before {
    content: "\2B50";
    filter: grayscale(1) !important;
}

.select2-selection, select, select.form-control {
    background-image: url("https://www.svickomanie3d.live/user/documents/upload/Externí kódy (David Král) - Nemazat/imgs/button_oprava.svg") !important;
}


tr.dorucime_do {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.dorucime_do .delivery-time {
    display: inline-flex !important; /* Změní z flex na inline-flex pro dynamickou šířku */
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    font-weight: bold !important;
    padding: 0 10px; /* Přidá horizontální padding pro lepší vzhled */
    height: 35px !important;
    text-align: center !important;
    white-space: nowrap; /* Zajistí, že text se nezalomí */
}

.delivery-time {
    margin-bottom: 1px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

.show-tooltip.acronym[data-original-title] {
    border-bottom-style: none !important;
}

.dkralVune-slide.active {
    border-color: #009c00 !important;
    background: #f5f5f5;
    box-shadow: 0 0 6px rgb(41 41 41 / 50%);
}

@media (min-width: 768px) {
    .p-info-wrapper .add-to-cart .btn-conversion {
        padding: 10px 60px !important;
        margin-left: 20px !important;
    }

    ul.menu-level-2 {
        background: #F9F9F9;
        border-radius: 0 0 15px 15px;
    }

    .menu-level-2 li a::before {
        background: transparent !important;
    }
}

@media (max-width: 480px) {

    .p-info-wrapper .price.price-table {
        text-align: center !important;
    }

    ul.menu-level-1 {
        display: grid !important;
        justify-content: center !important;
        font-size: 23px !important;
        line-height: 22px !important;
    }

    ul.menu-level-2 {
        font-size: 16px !important;
    }
    ul.menu-level-2 .fa-solid {
        font-size: 14px !important;
    }

    .menu-item-812.ext > a ,
    .menu-item-847.ext > a  {
        pointer-events: none !important;
        cursor: default !important;
    }
    .menu-item-812.ext > a .submenu-arrow ,
    .menu-item-847.ext > a .submenu-arrow {
        pointer-events: auto !important;
        cursor: pointer !important;
    }
    
    ul.navigationActions {
        display: grid !important;
        justify-content: center !important;
    }
    
    .navigation-close {
        right: 20px !important;
        top: 40px !important;
    }
    
    .navigation-in {
        padding-top: 40px !important;
    }
    
    .p-detail .stars-wrapper {
        justify-content: center !important;
    }

    .p-image-wrapper {
        margin-bottom: 30px;
    }
    
    .p-details {
        margin-top: 8px ;
        padding: 0 6px;
    }
    
    }
    